@charset "UTF-8";
/*******/
html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1660px) and (min-width: 1250px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1249.98px) and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  html {
    font-size: 17px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #333;
  font-family: "微软雅黑", "Microsoft YaHei";
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
  margin: 0 auto;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.3rem;
    font-family: "华文细黑", "STHeiti Light [STXihei]";
  }
}

div,
span,
i,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
i:focus,
i:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
}

input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active, label:focus, label:active {
  box-shadow: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
@media screen and (min-width: 992px) {
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

table {
  border: solid 1px #e5e5e5;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  position: relative;
}
.row:before, .row:after {
  display: none;
}

.xxl-inner {
  width: 90vw;
  max-width: 1700px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.xxl-inner:before, .xxl-inner:after {
  content: '';
  display: table;
  clear: both;
}

.xl-inner {
  width: 85vw;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.xll-inner{
	width: 90vw;
	max-width: 1550px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5;
}
.xl-inner:before, .xl-inner:after {
  content: '';
  display: table;
  clear: both;
}

.global-inner {
  width: 86vw;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.big-inner{
	width: 94vw;
	max-width: 1600px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: block;
	z-index: 5
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 991.98px) {
  .global-inner, .xl-inner, .xxl-inner,.xll-inner,.big-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.5rem !important;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bot-0 {
  padding-bottom: 0 !important;
}

.t-center {
  text-align: center;
}

.flex {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.flex-cell {
  width: 100%;
  max-width: 100%;
  flex: 1;
  -webkit-flex: 1;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }

  .block-lg-down {
    display: block !important;
    opacity: 1 !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/*** 无内容提示 ***/
.gnull-tips {
  width: 100%;
  font-size: 16px;
  line-height: 100px;
  color: #999;
  text-align: center;
  min-height: 300px;
}

@media screen and (max-width: 767.98px) {
  .gnull-tips {
    font-size: 0.28rem;
    line-height: 1rem;
    min-height: 3rem;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 5px;
  opacity: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #424c5f;
}

.scrollbox, .scrollbox2 {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 991.98px) {
  .scrollbox {
    overflow-y: auto !important;
  }

  .scrollbox2 {
    overflow-x: auto !important;
  }
}
/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}
.bg-img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.modal {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
  position: absolute;
  padding: 0!important;
  height: auto!important;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
  margin: 0 auto;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-header, .modal-footer {
  position: relative;
  z-index: 1060;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

.is-antd {
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-antd.is-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
.fadeInUp2 {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  animation-name: fadeInUp2;
  -webkit-animation-name: fadeInUp2;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fadeInUp3 {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  animation-name: fadeInUp3;
  -webkit-animation-name: fadeInUp3;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 4.2rem;
  height: 4.2rem;
  border: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 22, 0.3);
  border-radius: 100%;
  z-index: 50;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin: 0;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
.video-js .vjs-button > .vjs-icon-placeholder:before {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.video-js.vjs-paused .vjs-big-play-button {
  display: block;
  border:none;
  background: url(/content/img/images/video-play.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;  
}
.video-js.vjs-has-started .vjs-control-bar {
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .video-js .vjs-big-play-button {
    width: 0.8rem;
    height: 0.8rem;
  }
  .video-js .vjs-big-play-button .vjs-icon-placeholder {
    width: 0.24rem;
    height: 0.24rem;
  }
}

/*** modal-video ***/
.modal-video {
  background: #000016;
  z-index: 5000;
}
.modal-video .modal-close {
  width: 3em;
  height: 3em;
  position: absolute;
  right: 2.5em;
  top: 1.6em;
  margin: 0;
  border: none;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.modal-video .modal-close .bi {
  width: 1em;
  height: 1em;
  display: block;
  color: #b8bfcc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.modal-video .modal-dialog {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-video .modal-content {
  width: 960px;
  max-width: 86vw;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}
.modal-video .video-box {
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .modal-video .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-video .modal-content {
    width: 100%;
    max-width: 100%;
  }
  .modal-video .modal-close {
    width: .8rem;
    height: .8rem;
    top: .3rem;
    right: .3rem;
    z-index: 1100;
  }
}

/* 表单 */
.form-group {
  width: 100%;
  position: relative;
  z-index: 5;
}
.form-group.has-error .help-block {
  color: #e00909;
}
.form-group.has-error .form-control {
  border-color: #e09090;
}
.form-group.has-success .form-control {
  border-color: #1e7fea;
}

.help-block {
  font-size: 12px;
  font-size: .6rem;
  line-height: 1.5em;
  margin-top: .5em;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.checkbox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  display: block;
  border: solid 1px #424c5f;
  border-radius: 4px;
}
.checkbox input[type="checkbox"]:checked {
  background: url("/content/img/images/check-lg.svg") no-repeat center center #5acda6;
  background-size: 0.75em;
  border-color: #5acda6;
}

@media screen and (max-width: 991.98px) {
  .help-block {
    font-size: .24rem;
    line-height: 4rem;
    margin: 0;
  }
}
/*** 表单提示弹窗 ***/
.modal-tips .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
}
.modal-tips .modal-content {
  width: 22.5em;
  max-width: 100%;
  background: #fff;
  border-radius: 0.4em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  padding: 2.5em 2em 1.7em;
}
.modal-tips .modal-close {
  width: 2.5em;
  height: 2.3em;
  display: block;
  background: url("/content/img/images/x-white.svg") no-repeat center center;
  background-size: 0.9em;
  margin: 0 auto 1em;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.modal-tips .icon {
  width: 3.2em;
  margin: 0 auto 1em;
}
.modal-tips .icon img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.modal-tips .tit {
  font-size: 28px;
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 3px;
}
.modal-tips .word {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1.5em;
  color: #666;
}
.modal-tips .tool {
  margin-top: 1.4em;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.modal-tips .btn-sure {
  width: 8.6em;
  height: 2.57em;
  font-size: 14px;
  font-size: 0.7em;
  line-height: 2.42em;
  display: block;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  .modal-tips .modal-dialog {
    padding: 0 0.3rem;
  }
  .modal-tips .word {
    font-size: 1em;
  }
  .modal-tips .btn-sure {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.58rem;
    font-size: 0.24rem;
  }
}
/*** 鼠标经过 ****/
.btn-h {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}
.btn-h a, .btn-h span {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 5;
}
.btn-h .bi {
  display: block;
  position: relative;
  z-index: 5;
}
.btn-h.btn-bwhite {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-h.btn-bblack {
  background-color: transparent;
  border-color: #333;
  color: #333;
}
@media screen and (min-width: 1000px) {
  .btn-h.btn-bwhite:hover {
    background-color: #fff;
    color: #333;
  }
  .btn-h.btn-bblack:hover {
    background-color: #5acda6;
    border-color: #5acda6;
    color: #fff;
  }
}

/* header */
.header {
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  background-color: #fff;
  border-bottom: solid 1px #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 11;
}
.logo img{
	width: 110px;
}
.header .logo{
	float: left;
}
.headright svg{
	width: 13px;
	height: 8px;
}
.header .tit{
	font-size: .9em;
}
.headsearch svg{
	width: 20px;
	height: 20px;
	margin-right: 1.5em;
}
.headsearch{
	cursor: pointer;
}
.headtab{
	float: left;
	
	margin-left: 17%;
	white-space: nowrap;
}
.headtab .item{
	line-height: 2.66;
}
.isSearch .headtab ul{
	display: none;
}
.headtab .bottom a{
	font-size: .8em;
	line-height: 1em;
}
.headtab .bottom a:hover{
	color: #0964b5!important;
	font-weight: bold;
}
.bi-2{
	display: none;
}
.isSearch .bi-2 {
	display: inline-block;
}

.isSearch .bi-1 {
	display: none;
}
.searchbox{
	display: none;
}
.searchbox input{
	font-size: .8em;
	line-height: 2.3;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	width: 38vw;
}
.searchbox svg{
	width: 20px;
	height: 20px;
}
.isSearch .searchbox{
	display: block;
}
.headtab .bottom{
	padding: .8em 0;
	position: absolute;
	display: none;
  width: 100%;
}
.headtab ul{
	display: flex;
	display: -webkit-flex;
  /*justify-content: space-between;
    width: 90%;*/
}
.headtab li+li{
	margin-left: 11.6%;
}
.headtab2.headtab li+li{
  margin-left: 24%;
}
.homenead{
	top: 0;
	width: 100%;
	position: absolute;
}
.headbg{
	position: absolute;
	width: 100vw;
	height: 21em;
	background-color: #fff;
	z-index: -1;
	display:none;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0,0,0,.02);
}
.homenead img{
	width: 100%;
}
.headtab .active .tit{
	
	position: relative;
}
.headtab .active .tit::after{
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #0964b5;
	position: absolute;
	left: 0;
	bottom: 0;
}
.head-navlist {
  height: 4rem;
  display: flex;
  display: -webkit-flex;
  position: relative;
}
.head-navlist.fl {
  width: 40%;
  max-width: 480px;
}
.head-navlist.fr {
  width: 26%;
  max-width: 310px;
}
.head-navlist > li {
  flex: 1;
  -webkit-flex: 1;
  display: block;
  position: relative;
  display: flex;
  display: -webkit-flex;
}
.head-navlist > li.current:not(.active) .navlv1 a {
  border-bottom-color: #5acda6;
}
.head-navlist a {
  display: block;
}
.head-navlist .navlv1 {
  font-size: 1em;
  line-height: 1.6rem;
  position: relative;
  padding: 1.2rem 0 1.1rem;
}
.head-navlist .navlv1 a {
  border-bottom: solid 2px transparent;
}
.head-navlist .subnav-box {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% - .5rem);
  background-color: #fff;
  border-top: solid 2px #5acda6;
  font-size: 1em;
  line-height: 2.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.head-navlist .subnav-box a {
  padding: 0 1rem;
}
.head-navlist .subnav-box li:hover a {
  background-color: #5acda6;
  color: #fff;
}

.head-tool {
  float: right;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 -0.8rem;
}
.head-tool .tool {
  height: 100%;
  padding: 0 0.8rem;
  position: relative;
  color: #5acda6;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.head-tool .tool::after {
  content: '';
  display: block;
  width: 1px;
  height: .6rem;
  background-color: #5acda6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.head-tool .tool:last-child::after {
  display: none;
}

.head-lang {
  position: relative;
}
.head-lang .icon {
  width: .4rem;
  height: .4rem;
  display: block;
  position: relative;
}
.head-lang .icon .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.head-lang .en {
  font-size: 1em;
}

.head-sch_open {
  width: .9rem;
  height: .9rem;
  display: block;
  position: relative;
}
.head-sch_open .bi {
  width: 100%;
  height: 100%;
  display: block;
}

.head-sch_close {
  width: .9rem;
  height: .9rem;
  display: none;
  position: relative;
}


.head-sch_close .bi {
  width: .7rem;
  height: .7rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.head-menu {
  width: 1.04rem;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}

.head-menu_open {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 0 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.head-menu_open .line {
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  position: relative;
}
.head-menu_open .line::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: calc(-0.12rem - 3px);
}
.head-menu_open .line::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: calc(-0.12rem - 3px);
}

.head-menu_close {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #5acda6;
  position: absolute;
  left: 0;
  top: 0;
}
.head-menu_close .bi {
  width: .32rem;
  height: .32rem;
  display: block;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.modal-schbox {
  overflow: hidden;
}
.modal-schbox .modal-dialog {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  padding: 4.5em 0 0;
}
.modal-schbox .modal-content {
  width: 85vw;
  max-width: 1400px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  padding: 3.5rem 0 4.5rem;
}
.modal-schbox .inptbox {
  width: 100%;
  padding: 0 2.2rem 0 0;
  position: relative;
  border-bottom: solid 2px #333;
}
.modal-schbox .inptbox .inpt {
  width: 100%;
  height: 3.2rem;
  display: block;
  border: none;
  font-size: 1.2rem;
  line-height: 3.2rem;
  color: #333;
}
.modal-schbox .inptbox .btn-sch {
  width: 2.2rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  color: #333;
}
.modal-schbox .inptbox .btn-sch .bi {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal-schbox .hotwords {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin-top: 2.75rem;
  line-height: 1.5rem;
}
.modal-schbox .hotwords .tit {
  font-size: 1rem;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
}
.modal-schbox .hotwords .words {
  width: 100%;
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: .8rem;
  color: #666;
}
.modal-schbox .hotwords .words li {
  padding: 0 2rem;
  position: relative;
}
.modal-schbox .hotwords .words li::after {
  content: '';
  display: block;
  width: 2px;
  height: 0.6rem;
  background-color: #5acda6;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal-schbox .hotwords .words li:last-child::after {
  display: none;
}
.modal-schbox .hotwords .words a {
  display: block;
}
.modal-schbox .quicklink {
  padding: 0 0.4rem;
}
.modal-schbox .quicklink .tit {
  padding: 0.4rem 0;
  font-size: .3rem;
  line-height: 1em;
  color: #666;
  border-bottom: solid 1px #dddddd;
  margin-bottom: .2rem;
}
.modal-schbox .quicklink .link {
  font-size: .3rem;
  line-height: .48rem;
  color: #333;
  padding: 0 0 0 0.3rem;
}
.modal-schbox .quicklink .link li {
  margin-bottom: .42rem;
}
.modal-schbox .quicklink .link li:last-child {
  margin-bottom: 0;
}
.modal-schbox .quicklink .link a {
  display: block;
}
.modal-tips .icon .bi{
  width: 3.2em;
  height: 3.2rem;
  color: #5acda6;
}
.modal-appnav {
  background-color: #fff;
  overflow: hidden;
  z-index: 99999;
}
.modal-appnav .modal-dialog {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.2rem 0 0;
}

.mdnav-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mdnav-list > li {
  border-bottom: solid 1px #ddd;
}
.mdnav-list > li.had-subnav .navlv1 .arrow {
  display: block;
}
.mdnav-list > li.active .navlv1 {
  color: #5acda6;
}
.mdnav-list > li.active .navlv1 .arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.mdnav-list > li.active .navlv1 .arrow .bi {
  right: unset;
  left: 0.4rem;
}
.mdnav-list a {
  display: block;
  min-width: 40%;
}
.mdnav-list .navlv1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0.4rem;
  height: 1.28rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: .34rem;
  line-height: 1.28rem;
  color: #333;
}
.mdnav-list .navlv1 .arrow {
  display: none;
  height: 100%;
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.mdnav-list .navlv1 .arrow .bi {
  width: .3rem;
  height: .3rem;
  display: block;
  color: #222;
  position: absolute;
  right: .4rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mdnav-list .subnav-box {
  width: 100%;
  padding: 0 0.4rem 0.3rem 0.6rem;
  font-size: .3rem;
  line-height: .9rem;
  color: #333;
  display: none;
}

body.open-appnav .header {
  z-index: 999999999;
}
body.open-appnav .head-menu_open {
  display: none;
}
body.open-appnav .head-menu_close {
  display: block;
}
body.open-schbox .header {
  z-index: 2000;
}
body.open-schbox .head-sch_open {
  display: none;
}
body.open-schbox .head-sch_close {
  display: block;
}

@media screen and (max-width: 991.98px) {
  .footer{
    position: relative;
    z-index: 9999
  }
  .header {
    height: 1.2rem;
    line-height: 1.2rem;
    border-bottom: solid 1px #dddddd;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
  }

  .head-place {
    height: 1rem;
  }

  .head-logo {
    width: 1.88rem;
  }
  .head-logo a {
    padding: .2rem 0 0;
  }

  .head-tool {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    z-index: 30;
  }
  .head-tool .tool {
    padding: 0 0.3rem;
  }
  .head-tool .tool::after {
    display: none;
  }
  .head-tool .tool .bi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .head-tool .head-schbox {
    width: 1rem;
    margin-top: 0!important
  }

  .head-sch_open {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .head-sch_open .bi {
    width: .4rem;
    height: .4rem;
  }

  .head-sch_close {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #5acda6;
    color: #fff;
  }
  .head-sch_close .bi {
    width: .32rem;
    height: .32rem;
  }

  .modal-schbox .modal-dialog {
    padding: 1.5rem 0.3rem 0;
  }
  .modal-schbox .modal-content {
    width: 100%;
    max-width: none;
    padding: 0 0 0;
  }
  .modal-schbox .global-inner {
    padding: 0 !important;
  }
  .modal-schbox .inptbox {
    padding: 0 1.2rem 0 0;
  }
  .modal-schbox .inptbox .inpt {
    height: 1.46rem;
    font-size: 0.28rem;
    line-height: 0.8rem;
    padding: 0.33rem 0 0.33rem 0.4rem;
  }
  .modal-schbox .inptbox .btn-sch {
    width: 1.2rem;
  }
  .modal-schbox .inptbox .btn-sch .bi {
    width: 0.4rem;
    height: 0.4rem;
    display: block;
    position: absolute;
    left: 50%;
    right: unset;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
/* 主体区域 */
.main-box {
  width: 100%;
  min-height: 400px;
  position: relative;
  z-index: 10;
}

.inside-topbox {
  width: 100%;
  position: relative;
  z-index: 20;
}

.inside-banner {
  width: 100%;
  height: 24rem;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.inside-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center center;
  -webkit-object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
}

.inside-tpbody {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.inside-lv1 {
  width: 100%;
  height: 15.5rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.inside-tpbot {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 15;
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}

.inside-crumb {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 0;
  top: -1.85rem;
  font-size: .7rem;
  line-height: 1.5rem;
  color: #fff;
}
.inside-crumb a {
  display: block;
}
.inside-crumb a::after {
  content: '>';
  color: #fff !important;
  margin: 0 0.5rem;
}
.inside-crumb a:last-child::after {
  display: none;
}

.inside-webnav {
  width: 100%;
  background-color: #fff;
  min-height: 3rem;
  display: block;
  overflow: hidden;
}

.inside-navlist {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  margin: 2.5rem 0 3rem;
}
.inside-navlist li {
  flex: 1;
  -webkit-flex: 1;
  text-align: center;
  border: solid 1px #ddd;
  border-right: none;
  position: relative;
}
.inside-navlist li:last-child {
  border-right: solid 1px #ddd;
}
.inside-navlist li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  right: -1px;
  background: #5acda6;
  border: solid 1px #5acda6;
}
.inside-navlist li.current a {
  color: #fff;
}
.inside-navlist a {
  display: block;
  font-size: .9rem;
  line-height: 3.4rem;
  color: #666;
  position: relative;
  z-index: 5;
}

.inside-appnav {
  position: relative;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  box-shadow: 0 0 20px rgba(0, 104, 183, 0.5);
  margin: 0 0.3rem;
}
.inside-appnav .hd {
  width: 100%;
  height: 1rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  color: #5acda6;
  font-size: .28rem;
  line-height: 1rem;
  padding: 0 0.4rem;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.inside-appnav .hd .arrow {
  width: .28rem;
  height: .28rem;
  display: block;
  position: relative;
}
.inside-appnav .hd .arrow .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.inside-appnav .dropbox {
  width: 100%;
  background: #fff;
  padding: 0 0.4rem;
  font-size: .28rem;
  line-height: 1rem;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  border-top: solid 1px #ddd;
  box-shadow: 0 0 20px rgba(0, 104, 183, 0.5);
  z-index: 10;
  display: none;
}
.inside-appnav .dropbox li {
  border-bottom: solid 1px #ddd;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.inside-appnav .dropbox li:last-child {
  border-bottom: none;
}
.inside-appnav .dropbox li.current {
  color: #5acda6;
  background: url("/content/img/images/check-green.svg") no-repeat right center;
  background-size: 0.26rem;
}
.inside-appnav .dropbox a {
  display: block;
}
.inside-appnav.is-open .hd .arrow {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

@media screen and (min-width: 992px) {
  body.inside-notnav .inside-lv1 {
    height: 21rem;
  }
}
@media screen and (max-width: 991.98px) {
  .btn-gotop{
    display: none!important;
  }
  .inside-topbox .xxl-inner {
    padding: 0 !important;
  }

  .inside-banner {
    height: 4.8rem;
  }

  .inside-lv1 {
    height: 100%;
  }

  body.inside-notnav .main-box {
    padding: 1.2rem 0;
  }

}
/* footer */
.footer {
  width: 100%;
  position: relative;
  background-color: #e7e8ea;
  padding-bottom: 3.5em;
}

.foot-topbox {
  width: 100%;
  padding: 3rem 0 2.6rem;
  border-bottom: solid 1px #dcdcdc;
}

.foot-navlist {
  width: 1050px;
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.foot-navlist .navlv1 {
  font-size: .8rem;
  line-height: 1em;
  color: #333;
  font-weight: bold;
  margin-bottom: 1em;
}
.foot-navlist .lv2list {
  font-size: .7rem;
  line-height: 2em;
  color: #666;
}
.foot-navlist .lv2list a {
  display: block;
}
.foot-navlist .gzwed .bd {
  margin-top: 1.25rem;
  display: flex;
  display: -webkit-flex;
}
.foot-navlist .gzwed .wxbox {
  position: relative;
  cursor: pointer;
}
.foot-navlist .gzwed .wxbox .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-radius: 100%;
  border: solid 1px #5acda6;
  color: #5acda6;
}
.foot-navlist .gzwed .wxbox .icon .bi {
  width: .9rem;
  height: .9rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.foot-navlist .gzwed .wxbox .dropbox {
  position: absolute;
  left: 50%;
  top: 100%;
  padding-top: 20px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  display: none;
}
.foot-navlist .gzwed .wxbox .dropbox::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
}
.foot-navlist .gzwed .wxbox .dropbox::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #000;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: .05;
  z-index: 1;
}
.foot-navlist .gzwed .wxbox .dropbox .box {
  width: 7.5em;
  display: block;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
}
.foot-navlist .gzwed .wxbox .dropbox img {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
}
.foot-navlist .gzwed .wxbox:hover .dropbox {
  display: block;
}

.foot-botbox {
  width: 100%;
  padding: 1.25rem 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  font-size: .7rem;
  line-height: 1.5rem;
  color: #999;
}

.foot-blink {
  color: #333;
  display: flex;
  display: -webkit-flex;
}
.foot-blink li {
  margin-right: 1.5rem;
  position: relative;
}
.foot-blink li:last-child {
  margin-right: 0;
}

.wechat-qrcode {
  width: 200px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: calc(100% + 20px);
  box-shadow: 0px 2px 10px #aaa;
  display: none;
  z-index: 9999;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding-bottom: 10px;
}
.wechat-qrcode.is-open {
  display: block;
}
.wechat-qrcode h4 {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
  text-align: center;
}
.wechat-qrcode p {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 6px;
  line-height: 1;
}
.wechat-qrcode .qrcode img {
  margin: 20px auto;
  display: block;
  width: 135px;
  height: 135px;
}
.wechat-qrcode .closeCode {
  position: absolute;
  right: 3px;
  top: 2px;
  color: #666;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
}

.foot-bmid {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.foot-copy {
  margin-right: 1.2rem;
}

.foot-support {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.foot-jszc_swip {
  height: 1.5em;
  overflow: hidden;
  position: relative;
  max-width: 11em;
  white-space: nowrap;
  text-align: right;
}
.foot-jszc .swiper-slide{
  line-height: 21px
}
.foot-wx.app {
  margin-top: .88rem;
}
.foot-wx.app .tit {
  font-size: .28rem;
  line-height: 1em;
  color: #333;
  margin-bottom: .4rem;
}
.foot-wx.app .ewm {
  display: block;
  margin: 0 auto;
  position: relative;
}
.foot-wx.app .ewm img {
  width: 2.4rem;
  max-width: 100%;
  display: block;
}
.foot-wx.app .ewm .flex{
  flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-flex-wrap: nowrap;
}
.foot-wx.app .ewm img+img{
  margin-left: .3rem;
}
.btn-gotop {
  width: 3em;
  height: 3em;
  display: none;
  background-color: #fff;
  border: solid 1px #0964b5;
  position: fixed;
  right: 20px;
  bottom: 2em;
  z-index: 200;
  border-radius: 50%;
  cursor: pointer;
}
.btn-gotop .bi {
  width: 22px;
  height: 13px;
  display: block;
  color: #0964b5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.lau2{
  margin-right: 1.5em;
}
.lau2 a{
  position: relative;
}
.lau2 a:after{
  display: block;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    right: -12px;
    top: 4px;
}
.mar3{
  position: relative;
}
.mar3:after{
  display: block;
    content: '';
    width: 1px;
    height: 15px;
    background-color: rgba(0,0,0,.3);
    position: absolute;
    left: -12px;
    top: 4px;
}
@media screen and (max-width: 991.98px) {
  .hrapply .main-box{
    z-index: 9!important
  }
  .foot-botbox {
    padding: 0.6rem 0;
    display: block;
    font-size: .26rem;
    line-height: .48rem;
    text-align: center;
  }

  .foot-blink {
    justify-content: center;
    -webkit-justify-content: center;
    font-size: .28rem;
    margin-bottom: .45rem;
  }
  .foot-blink li {
    padding: 0 0.3rem;
    margin: 0;
  }

  .foot-bmid {
    display: block;
  }

  .foot-copy {
    margin: 0;
  }

  .foot-support {
    justify-content: center;
    -webkit-justify-content: center;
  }

  .foot-jszc_swip {
    height: .48rem;
    text-align: center;
  }
}

}
/* 辅助 */
h2.s-heading {
  font-size: 2.5rem;
  line-height: 1em;
}

@media screen and (max-width: 991.98px) {
  h2.s-heading {
    font-size: .64rem;
  }

  .p-heading {
    font-size: .48rem;
    line-height: 1em;
    font-weight: bold;
  }
   .foot-wx.app{
    margin-top: .3rem;
    margin-bottom: .5rem;
  }
  .foot-wx.app .tit{
    margin-bottom: 0;
    margin-top: .3rem;
  }
}
/* pc底部 */
.foottop{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-size: .8em;
	padding:2.93em 0 1.2em;
	border-bottom: 1px solid #cedbe0;
}
.foottop svg{
	width: 16px;
	height: 16px;
}
.foot-nav{
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.foot-nav ul li{
	font-size: .8em;
	color: #666666;
	line-height: 2.1em;
}
.foot-nav ul li:nth-child(1){
	font-size: .9em;
	color: #333333;
	padding-bottom: 1em;
}
.foot-nav{
	padding-top: 2.27em;
}
.beian span{
	font-family: arial;
}
.beian{
	font-size: .8em;
	padding-top:1.3em ;
	border-top: 1px solid #cedbe0;
	margin-top:2.8em ;
}
.flsm{
	display: inline-block;
	border-left: 1px solid #cedbe0;
	padding-left: 1.87em;
	margin-left: 1.87em;
}
.beian a img{
	width: 30px;
	margin: 0 15px;
}
.beian .right{
	margin-right: -15px;
}
@media(max-width:1500px){
  .headtab li+li{
    margin-left: 8%;
  }
  .headtab2.headtab li+li{
    margin-left: 20%;
  }
  body .homenews .list {
    padding: 1em 0 0.75em;
    
}
}
@media(max-width:1250px){
  .headsearch svg{
    margin-right: 1em;
  }
  .headtab{
    margin-left: 10%;
  }
  .headtab2.headtab li+li{
    margin-left: 21%;
  }

}
@media (min-width:992px) {
  .btn-gotop:hover{
  background-color: #0964b5;
}
.btn-gotop:hover svg{
  color: #fff;
}
  .header .xl-inner{
    /*display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;*/
  }
	.footer a:hover{
		color: #0964b5;
	}
	.foot-nav a:hover{
		color: #0964b5!important;
	}
  .footishover{
    display: none;
  }
  .beian .right a:hover .footnohover{
    display: none;
  }
  .beian .right a:hover .footishover{
    display: inline-block;
  }
	
}
.lau svg{
  display: none;
}
.lau {
  font-size: .8em;
  padding-top: 3px;
}
/* 手机头部 */
@media(min-width:992px){
  .lau2:hover{
    color: #0964b5;
  }
  .header .tit:hover{
    color: #0964b5;
  }
}
@media(max-width:991.98px){
  .footishover{
    display: none;
  }
	 .header {
	        position: fixed;
	        left: 50%;
	        top: 0;
	        display: block;
	        width: 100%;
	        height: 1rem;
	        transform: translateX(-50%);
	        overflow: hidden;
	        background: #FFFFFF;
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        z-index: 999;
	    }
	    .header .global-inner {
	        display: table;
	        padding-top: 0.22rem!important;
	        overflow: hidden;
	    }
	    .header .logo {
	        float: left;
			margin-left: 33%;
	    }
	    .header .logo a {
	        display: block;
	        height: 0.66rem;
	    }
	    .header .logo img {
	        display: block;
	        width: 1.2rem!important;
	        margin-top: .07rem;
	        width: auto;
	    }
	    .hd-sch {
	        float: right;
	        width: 0.39rem;
	        padding-top: 0.12rem;
	    }
	    .hd-sch a {
	        display: block;
	    }
	    .hd-sch img {
	        width: 100%;
	        display: block;
	    }
	    .ph-nav-btn {
	        float: left;
	        margin-left: 0;
	        -webkit-transition: all 0.3s linear;
	        -o-transition: all 0.3s linear;
	        -ms-transition: all 0.3s linear;
	        -moz-transition: all 0.3s linear;
	        transition: all 0.3s linear;
	        margin-top: 0.15rem;
	    }
	    .ph-nav-pop svg {
	        width: .25rem;
	        height: .14rem;
	        margin-top: .48rem;
	        float: right;
	        color: #000;
	        transition: all .5s;
	    }
		.ph-nav-pop .lv3 svg{
			margin-top: .25rem;
		}
	    .header .nav_btn {
	        cursor: pointer;
	        height: 0.32rem;
	        width: 0.51rem;
	        position: relative;
	        z-index: 2;
	    }
	    .header .nav_btn span {
	        display: inline-block;
	        width: 0.51rem;
	        height: 2px;
	        background-color: #333;
	        position: absolute;
	        top: 0.14rem;
	        left: 0px;
	        -webkit-transition: background-color 0.1s ease-out 0s;
	        -moz-transition: background-color 0.1s ease-out 0s;
	        -o-transition: background-color 0.1s ease-out 0s;
	        -ms-transition: background-color 0.1s ease-out 0s;
	        transition: background-color 0.1s ease-out 0s;
	    }
		.lv4box{
			margin-left: .4rem;
		}
    .mar3{
      margin-left: .3rem;
    }
	    .waplau {
	        color: #fff;
	        text-align: center;
	        font-size: .32rem;
	        margin-top: 1rem;
	    }
	    .daili-wap {
	        width: 100%;
	        line-height: .95rem;
	        color: #ffffff;
	        text-align: center;
	        background-color: #fe2c55;
	        border-radius: 35px;
	        font-size: .32rem;
	    }
	    .header .nav_btn.open span {
	        background-color: transparent;
	        z-index: 9;
	    }
	    .paddingwap {
	        padding: 0 .36rem;
	        margin-top: .6rem;
	    }
	    .open .header .nav_btn span:before {
	        background-color: #00468e!important;
	    }
	    .open .header .nav_btn span:after {
	        background-color: #00468e!important;
	    }
	    .open .logo1 {
	        display: block!important;
	    }
	    body.open .logo .logo2 {
	        display: none!important;
	    }
	    .open .header .nav_btn span:before {
	        background-color: #00468e!important;
	    }
	    .header .nav_btn span:before {
	        content: '';
	        display: inline-block;
	        width: 0.51rem;
	        height: 2px;
	        background-color: #333;
	        position: absolute;
	        top: -0.14rem;
	        right: 0px;
	        -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
	        -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.1s;
	        -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
	        -ms-transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
	        transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
	        -webkit-transform: rotate(0deg);
	        -moz-transform: rotate(0deg);
	        -o-transform: rotate(0deg);
	        -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	    }
	    .header .nav_btn.open span:before {
	        -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        -webkit-transform: rotate(45deg);
	        top: 0px;
	        -moz-transform: rotate(45deg);
	        top: 0px;
	        -o-transform: rotate(45deg);
	        top: 0px;
	        -ms-transform: rotate(45deg);
	        top: 0px;
	        transform: rotate(45deg);
	        top: 0px;
	    }
	    .header .nav_btn span:after {
	        content: '';
	        display: inline-block;
	        width: 0.38rem;
	        height: 2px;
	        background-color: #333;
	        position: absolute;
	        top: 0.14rem;
	        left: 0px;
	        -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
	        -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
	        -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
	        -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
	        transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
	        -webkit-transform: rotate(0deg);
	        -moz-transform: rotate(0deg);
	        -o-transform: rotate(0deg);
	        -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	    }
	    .header .nav_btn.open span:after {
			width: .51rem;
	        -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
	        -webkit-transform: rotate(-45deg);
	        top: 0px;
	        -moz-transform: rotate(-45deg);
	        top: 0px;
	        -o-transform: rotate(-45deg);
	        top: 0px;
	        -ms-transform: rotate(-45deg);
	        top: 0px;
	        transform: rotate(-45deg);
	        top: 0px;
	    }
	    .ph-nav-box {
	        position: fixed;
	        z-index: 1000;
	        width: 100%;
	        height: 100%;
	        left: 0;
	        top: 1rem;
	        /*background: rgba(0,0,0,.3);*/
	        opacity: 0;
	        transform: scaleX(0);
	        -webkit-transform: scaleX(0);
	        -ms-transform: scaleX(0);
	        -moz-transform: scaleX(0);
	        -o-transform: scaleX(0);
	        transition: all 0.3s ease-in-out;
	        z-index: 99999999;
	    }
	    .ph-nav-box.on {
	        opacity: 1;
	        transform: scaleX(1);
	        -webkit-transform: scaleX(1);
	        -ms-transform: scaleX(1);
	        -moz-transform: scaleX(1);
	        -o-transform: scaleX(1);
	    }
	    .ph-nav-box .ph-nav-pop {
	        border-top: 1px solid rgba(255, 255, 255, .3);
	        width: 100%;
	        height: 100%;
	        margin: 0 auto;
	        background: #fafafa;
	        z-index: 10;
	        -webkit-transition: all 0.5s linear;
	        -o-transition: all 0.5s linear;
	        -ms-transition: all 0.5s linear;
	        -moz-transition: all 0.5s linear;
	        transition: all 0.5s linear;
	        padding-bottom: 1.1rem;
	    }
	    .nav-main {
	        height: 100%;
	        overflow: hidden;
	    }
	    .nav-main ul {
	        padding: 0rem 0.5rem 0;
	    }
	    .nav-main em {
	        float: right;
	        width: 30%;
	        margin-top: 0.06rem;
	        position: relative;
	    }
	    .nav-main em:before {
	        content: "";
	        position: absolute;
	        right: 0;
	        top: 50%;
	        margin-top: -1px;
	        width: 22px;
	        height: 2px;
	        background-color: #ccc;
	        transition: all .3s;
	        z-index: 10;
	        display: none;
	    }
	    .bgCode {
	        padding: .14rem;
	        background-color: #fff;
	        display: inline-block;
	    }
	    .wapfooter {
	        background-color: #061630;
	        color: #fff;
	        padding: .8rem 0;
	    }
	    .waptab {
	        flex-wrap: wrap;
	        margin: 0 -.4rem;
	        width: 100%;
	    }
	    .waptab .item {
	        padding: 0 .4rem;
	        border-right: 1px solid #fff;
	        font-weight: bold;
	        margin-bottom: .45rem;
	    }
	    .waptab .item:nth-child(2) {
	        border-right: 0px solid #fff;
	    }
	    .waptab .item:last-child {
	        border-right: 0px solid #fff;
	    }
	    .wapfooter .icbox {
	        width: .7rem;
	        height: .7rem;
	        display: flex;
	        justify-content: center;
	        align-items: center;
	        background-color: rgba(255, 255, 255, .1);
	        border-radius: 50%;
	    }
	    .wapfooter .icbox img {
	        width: .24rem;
	    }
	    .wapfooter .icbox+.icbox {
	        margin-left: .4rem;
	    }
	    .waoline {
	        width: 100%;
	        height: 1px;
	        background-color: #384559;
	        margin-top: .8rem;
	    }
	    .waptel .flex {
	        justify-content: space-between;
	        margin-top: .38rem;
	    }
	    .waptel .item+.item {
	        margin-left: .4rem;
	    }
	    .waptel .item {
	        width: 50%;
	        background-color: #0057b8;
	        line-height: .8rem;
	        text-align: center;
	        color: #fff;
	        border-radius: 35px;
	    }
	    .waptel h1 {
	        margin-top: .4rem;
	    }
	    .waptel {
	        margin-top: .4rem;
	    }
	    .width100 {
	        width: 100%!important;
	    }
	    .wapbeian {
	        padding: .85rem .3rem 0;
	        border-top: 1px solid #384559;
	        margin-top: .8rem;
	        font-size: .26rem;
	        line-height: .36rem;
	        opacity: .5;
	    }
	}
	
	@media screen and (max-width: 450px) {
	    .nav-main em:before {
	        width: 14px;
	    }
	    .nav-main em:after {
	        right: 6px;
	        margin-top: -7px;
	        height: 14px;
	        display: none;
	    }
	}
	
	.nav-main .on em:before {
	    background-color: #014da1;
	}
	
	.nav-main .on em:after {
	    display: none;
	}
	
	.nav-main .lv4pop .lv1 em,
	.nav-main .lv4pop .lv2 em,
	.nav-main .lv4pop .lv3 em,
	.nav-main .lv3pop .lv1 em,
	.nav-main .lv3pop .lv2 em,
	.nav-main .lv2pop .lv1 em {
	    display: block;
	}
	
	.nav-main .lv2box,
	.nav-main .lv3box,
	.nav-main .lv4box {
	    display: none;
	}
	
	.nav-main .lv1,
	.nav-main .lv2,
	.nav-main .lv3,
	.nav-main .lv4 {
	    overflow: hidden;
	    border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	
	.nav-main .lv2,
	.nav-main .lv3,
	.nav-main .lv4 {
	    overflow: hidden;
	    border-bottom: 1px solid rgba(0, 0, 0, .1);
	}
	
	.lv1.on svg {
	    transform: rotate(180deg);
	}
	.lv3.on svg{
		transform: rotate(180deg);
	}
	
	.nav-main .lv1 a {
	    float: left;
	    display: block;
	    font-size: 0.3rem;
	    line-height: 0.42rem;
	    color: #000000;
	    min-width: 50%;
	    padding: 0.35rem 0 0.35rem;
	    transition: all .3s;
	}
	
	.lv2box {
	    margin-left: .3rem;
	}
	
	.nav-main .lv2 a {
	    float: left;
	    display: block;
	    font-size: 0.28rem;
	    line-height: 0.42rem;
	    color: #000000;
	    min-width: 50%;
	    padding: 0.35rem 0 0.35rem 0;
	    transition: all .3s;
	}
	
	.lv2.on svg {
	    transform: rotate(180deg);
	}
	
	.nav-main .lv3 a {
	    float: left;
	    display: block;
	    font-size: 0.28rem;
	    line-height: 0.42rem;
	    color: #000000;
	    min-width: 50%;
	    padding: 0.15rem 0 0.15rem 0rem;
	    transition: all .3s;
	}
	
	.lv3box {
	    margin-left: .3rem;
	}
	
	.nav-main .lv4 a {
	    float: left;
	    display: block;
	    font-size: 0.28rem;
	    line-height: 0.42rem;
	    color: #666;
	    min-width: 50%;
	    padding: 0.22rem 0 0.22rem 0rem;
	}
	
	.wap-language {
	    margin-top: .2rem;
	}
	
	.wap-language svg {
	    width: .22rem;
	    height: .12rem;
	    color: #00468e;
	}
	
	.wap-search svg {
	    width: .35rem;
	    height: .35rem;
	    color: #333;
	}
	.wap-head .logo2{
		display: none!important;
	}
	.wap-search {
	    margin-left: .25rem;
	    width: .54rem;
	    height: .54rem;
	    border-radius: 50%;
	    display: flex;
	    display: -webkit-flex;
	    justify-content: center;
	    align-items: center;
	    -webkit-justify-content: center;
	    -webkit-align-items: center;
	    margin-top: .07rem;
	}
	
	.beian i {
	    font-style: normal;
	}
	
@media(max-width:991.98px){
	.foottop .left{
		display: none;
	}
	.foot-nav{
		display: none;
	}
	.flsmwap{
		font-size: .28rem;
		padding-top: .6rem;
	}
	.beianwap .right img{
		width: .4rem;
	}
	.beianwap .right a+a{
		margin-left: .3rem;
	}
	.beianwap .right{
		margin-top: .5rem;
	}
	.wapan{
		font-size: .28rem;
	}
	.wapan p{
		margin-bottom: .25rem;
	}
	.wapan{
		margin-top: .8rem;
	}
	.footer{
		padding-bottom: .4rem;
	}
	.foottop {
		font-size: .28rem;
	}
	.waplink .tit{
			width: 3.2rem;
			height: .8rem;
			line-height: .8rem;
			border-radius: 35px;
			border-color: 1px solid #666666;
			border:1px solid #d1d1d1;
			font-size: .28rem;
			text-align: center;
			display: flex;
			justify-content: center;
			align-items: center;
			margin:.77rem auto 0;
		}
		.waplink svg{
			width: .22rem;
			height: .12rem;
			margin-left: .2rem;
		}
		.waplink{
			position: relative;
		}
		.waplinkB{
			position: absolute;
			left: 50%;
			margin-left: -100px;
			width: 200px;
			text-align: center;
			background-color: #fff;
			box-shadow: 0px 2px 10px rgba(0,0,0,.1);
			top: 50px;
			display: none;
		}
		.waplinkB a{
			display: block;
			line-height: 2.3;
			padding-left: 10px;
		}
		.searcen{
			width: 90%;
		}
		.searcen a{
			top: .25rem;
			right: 0;
			position: absolute;
		}
		.searcen svg{
			width: 20px;
			height: 20px;
		}
		.searcen{
			background-color: #fff;
			height: 3em;
			margin: auto;
			position: relative;
		}
		.searcen input{
			height: 100%;
			width: 60%;
			vertical-align: 1.7em;
			font-size: .28rem;
			padding-left:20px ;
		}
}
@media screen and (min-width: 560px) and (max-width: 991.98px){
  .header .logo {
    float: left;
    margin-left: 40%;
  }
  .home3swiper .imgs{
    height: 22em;
  }
}
.page-404{
	width: 700px;
  margin: 0 auto;
  padding: 5em 0;
}
.page-404 .t1 {
  margin: 2.2em 0 2em;
}
.page-404 .t1 span{
	font-size: 1em;
  line-height: 1.25em;
}
.page-404 .t2 {
  color: #8e9396;
  margin: 1.7em 0;
}
.page-404 .t2 span{
	font-size: 2.4em;
  line-height: 1.25em;
}
.page-404 .doc {
  font-size: 0.9em;
  line-height: 2em;
  color: #6c6f71;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 991.98px){
	.page-404{
  	width: 100%;
  	font-size: .28rem;
    padding: 1rem 5vw;
  }
  .page-404 .t2 span{
  	font-size: 2em;
  }
}